home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / ftp / fwftp2.exe / FTPWIN.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1996-07-17  |  2KB  |  81 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 289
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About FreeWay FTP'
  7.   ClientHeight = 341
  8.   ClientWidth = 260
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 260
  19.     Height = 176
  20.     AutoSize = True
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 84
  25.     Top = 192
  26.     Width = 90
  27.     Height = 13
  28.     Caption = 'FreeWay FTP v2.0'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 70
  32.     Top = 224
  33.     Width = 119
  34.     Height = 13
  35.     Caption = 'lhtn_s@elsburg1.agric.za'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 81
  39.     Top = 208
  40.     Width = 96
  41.     Height = 13
  42.     Caption = '(c) 1996 Larry Nezar'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 24
  46.     Top = 248
  47.     Width = 168
  48.     Height = 13
  49.     Caption = 'Programmed using Borland Delphi 2'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 24
  53.     Top = 264
  54.     Width = 195
  55.     Height = 13
  56.     Caption = 'Winsock programming using DWinsock 2'
  57.   end
  58.   object Label6: TLabel
  59.     Left = 24
  60.     Top = 280
  61.     Width = 166
  62.     Height = 13
  63.     Caption = 'Ray-Tracing using POV-Ray 3 beta'
  64.   end
  65.   object Bevel1: TBevel
  66.     Left = 0
  67.     Top = 178
  68.     Width = 260
  69.     Height = 163
  70.     Align = alBottom
  71.   end
  72.   object BitBtn1: TBitBtn
  73.     Left = 102
  74.     Top = 304
  75.     Width = 57
  76.     Height = 25
  77.     TabOrder = 0
  78.     Kind = bkOK
  79.   end
  80. end
  81.